Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Apr 1, 2009, 7:18:41 AM (15 years ago)
- Author:
-
kstange
- Comment:
-
add a section explaining the conversation window coloring
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v161
|
v162
|
|
222 | 222 | |
223 | 223 | widget "*pidgin_blist_treeview" style "NoPidginGroupColor" |
| 224 | }}} |
| 225 | |
| 226 | If you want to change the background and foreground colors of your conversation windows, try something like this: |
| 227 | |
| 228 | {{{ |
| 229 | # Create a style called "inverted" where the text and base (the base color behind the widget) are the reverse of typical. |
| 230 | style "inverted" |
| 231 | { |
| 232 | text[NORMAL] = "#FFFFFF" |
| 233 | base[NORMAL] = "#000000" |
| 234 | } |
| 235 | |
| 236 | # Apply "inverted" to conversation entry box--where you type. |
| 237 | widget "*pidgin_conv_entry" style "inverted" |
| 238 | |
| 239 | # Apply "inverted" to conversation history pane--where you read the conversation. |
| 240 | widget "*pidgin_conv_imhtml" style "inverted" |
224 | 241 | }}} |
225 | 242 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!